DateSerial (VBScript)

The DateSerial command converts the given numeric year, month and day (i.e. three variables) into a single DateTime variant.

Syntax

DATESERIAL ( <year> , <month> , <day> )